home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / x / xview / xview3.004 / xview3 / usr / X11R6 / lib / X11 / config / XView.lib < prev    next >
Encoding:
Text File  |  1996-05-30  |  1.2 KB  |  40 lines

  1. /**/##########################################################################
  2. /**/# @(#)XView.lib    1.3 07 Jan 1992 SMI
  3. /**/# XView.lib for XView release 3.0.  Common commands for all library builds.
  4.  
  5. #ifdef BandAidCompiler
  6. #include BandAidCompiler
  7. #endif
  8. install::
  9.     $(MKDIRHIER) $(LIBRARY_DEST)
  10.  
  11. #if DebugLibXView
  12. InstallLibraryNoBuild(${LIBTARGET}_d,$(LIBRARY_DEST))
  13. #endif
  14.  
  15. #if ProfileLibXView
  16. InstallLibraryNoBuild(${LIBTARGET}_p,$(LIBRARY_DEST))
  17. #endif
  18.  
  19. #if SharedLibXView
  20. # if SortObjects
  21. SubdirBuildSortedSharedLibraryTarget(${LIBTARGET},${SOREV},$(TEXT_OBJS) $(SPECIAL_OBJS), $(SHARED_DIR),$(OBJSORT),$(OBJLIST))
  22. # else
  23. SubdirBuildNormalSharedLibraryTarget(${LIBTARGET},${SOREV},$(TEXT_OBJS) $(SPECIAL_OBJS),$(SHARED_DIR))
  24. # endif
  25. # if !NoDataObjs
  26. SubdirBuildNormalSharedLibraryDataTarget(${LIBTARGET},${SOREV},$(UNSHARED_DIR))
  27. InstallSharedLibraryDataNoBuild(${LIBTARGET},${SOREV},$(LIBRARY_DEST))
  28. # endif
  29. InstallSharedLibraryNoBuild(${LIBTARGET},${SOREV},$(LIBRARY_DEST))
  30. #endif
  31.  
  32. InstallLibraryNoBuild(${LIBTARGET}, $(LIBRARY_DEST))
  33. SubdirLintLibraryBuild(${LIBTARGET},lint)
  34. InstallLintLibrary(${LIBTARGET},$(LINT_LIBRARY_DEST))
  35.  
  36. #ifndef IncludePopulateSCCS
  37. #define IncludePopulateSCCS YES
  38. PopulateSCCSTree(h,$(ALLFILES))
  39. #endif
  40.